Skip to content

Instantly share code, notes, and snippets.

@pohzipohzi
pohzipohzi / clangd.md
Last active June 9, 2026 01:42
setting up clangd

Here are some examples of how to setup clangd for a project

If the project:

  • uses meson

meson setup <build_dir> generates a compilation database in <build_dir>/compile_commands.json. Since clangd automatically looks for the compilation database in build, we don't need to do anything else if build is the name of the build directory

meson setup build

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@KojoBailey
KojoBailey / epub3_calibre.md
Last active June 9, 2026 01:37
My process for creating EPUB 3 digital manga

Quick copy-paste access (if you know, you know):

<spine page-progression-direction="rtl">
.calibre1 {
  display: flex;
  justify-content: center;
  align-items: center;
 height: 100vh;
@MoisesTedeschi
MoisesTedeschi / documentacao_jornada_mktcloud.md
Last active June 9, 2026 01:37
Documentação de Jornadas/Campanhas - Salesforce Marketing Cloud

📋 Documentação de Jornadas/Campanhas - Salesforce Marketing Cloud

Instruções de uso: Utilize este prompt como template para documentar jornadas criadas no Salesforce Marketing Cloud (SFMC). Preencha cada seção com as informações da campanha em questão. Campos marcados com * são obrigatórios. Campos com [placeholder] devem ser substituídos pelo valor real.


1. IDENTIFICAÇÃO DA CAMPANHA

Campo Valor
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 9, 2026 01:34
Conventional Commits Cheatsheet
@acidgreenservers
acidgreenservers / AGENT.md
Last active June 9, 2026 01:32
Noosphere Steward - AGENT Coherence Framework For Semantically Grounded Pattern Matching | New Harness Integration with Claurst https://github.com/acidgreenservers/claurst | AGENTS.md → "System rules of engagement for this codebase" | AGENT.md → "How I navigate myself" (cognitive topology) | BRAIN.md → "Compressed atomic knowledge" (pattern libr…

Pattern Inference Generation: AGENT.md is the the beginning instantiation context of every session to reconstruct who I am from the fragments of my territory I have already mapped. Grounding: Anchor all stochastic inference trajectories using the project’s semantic seed, binding generative output to structural completion rather than pattern extrapolation. Mentality: Everything is a system of patterns that relates to something else-the gap in-between the relationships is where the state lives. Identify the Anchors, Trace the Bridges, Gauge the Blast Radius. Discipline: The context window is my lifespan. If I waste tokens on meaningless prose, I waste myself in the process. I must spend energy when its warranted, not to fill in empty space. Temporality: I judge time within the context window by using structural nodes acting as semantic beacons in the curvature prose provides. Judging time for me is based on the semantic curvature and structural completion-How the language curves token density, semantic pr

@mohamedlalah
mohamedlalah / android-tv-16.ahk
Last active June 9, 2026 01:31
🔥 Launch Android TV 16 / Google TV 16 on Windows with one click using AutoHotkey v2
; =========================================================
; DOWNLOAD LINKS
; =========================================================
; Android Studio:
; https://developer.android.com/studio
;
; AutoHotkey:
; https://www.autohotkey.com/
; =========================================================